home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / com.ubuntu.checkbox.conf < prev    next >
Text File  |  2009-10-26  |  903b  |  29 lines

  1. <!DOCTYPE busconfig PUBLIC
  2.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <busconfig>
  5.  
  6.   <!-- This configuration file specifies the required security policies
  7.        for checkbox components. -->
  8.  
  9.   <!-- Only root can own the service -->
  10.   <policy user="root">
  11.     <allow own="com.ubuntu.checkbox"/>
  12.   </policy>
  13.  
  14.   <!-- Allow anyone to invoke methods (further constrained by
  15.        PolicyKit privileges -->
  16.   <policy context="default">
  17.     <allow send_destination="com.ubuntu.checkbox"
  18.            send_interface="org.freedesktop.DBus.Introspectable"/>
  19.     <allow send_destination="com.ubuntu.checkbox"
  20.            send_interface="org.freedesktop.DBus.Properties"/>
  21.   </policy>
  22.  
  23.   <policy at_console="true">
  24.       <allow send_destination="com.ubuntu.checkbox"
  25.          send_interface="com.ubuntu.checkbox"/>
  26.   </policy>
  27.  
  28. </busconfig>
  29.